home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000217-20000824 / 000162_news@columbia.edu _Thu Mar 30 10:05:02 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id KAA24580
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 30 Mar 2000 10:05:02 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id JAA09055
  7.     for kermit.misc@watsun.cc.columbia.edu; Thu, 30 Mar 2000 09:44:22 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Subject: Re: [newbie] Terminal ?
  11. Date: 30 Mar 2000 14:44:19 GMT
  12. Organization: Columbia University
  13. Message-ID: <8bvp83$8qs$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@columbia.edu
  15.  
  16. In article <38E2FFD4.D1FD4143@univ-savoie.fr>,
  17. Laurent Serrurier  <serrurier@univ-savoie.fr> wrote:
  18. : Beginner both to linux and kermit, I am tring to communicate with a
  19. : equipement (GPS receiver) via serial port, using Z-modem protocol
  20. : (direct connection-no modem). What I need first is a terminal-like
  21. : window, where I could type in my commands and get receiver's responses.
  22. : How can I do this using C-kermit (V7.0) ?
  23. As noted in the manual:
  24.  
  25.   http://www.columbia.edu/kermit/ck60manual.html
  26.  
  27. you run Kermit from anywhere you can see a shell prompt: the Linux console,
  28. an xterm window, a Telnet session, etc etc.
  29.  
  30. - Frank